%ColumnPhysDatatype
Returns the physical datatype, including user-defined datatypes, of the current column.
Syntax
%ColumnPhysDatatype
Syntax Example
%ForEachColumn() {
%ColName -> %ColumnPhysDatatype
}
Expansion
master-number -> int
movie-copy-number -> int
general-condition -> varchar(5)
Returns a built-in datatype even if the column is attached to a user-defined datatype.
Usage
Classified as an Attribute macro.
Copyright © 2025 Quest Software, Inc. |